@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/**
Ion.RangeSlider, 2.3.0
© Denis Ineshin, 2010 - 2018, IonDen.com
Build date: 2018-12-12 00:07:25
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  font-size: 12px;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
  color: #999;
}

.irs--big {
  height: 55px;
}

.irs--big.irs-with-grid {
  height: 70px;
}

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}

.irs--big .irs-grid-pol {
  background-color: #428bca;
}

.irs--big .irs-grid-text {
  color: #428bca;
}

.irs--modern {
  height: 55px;
}

.irs--modern.irs-with-grid {
  height: 55px;
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

.irs--modern .irs-grid {
  height: 25px;
}

.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

.irs--sharp.irs-with-grid {
  height: 57px;
}

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
  height: 25px;
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--round {
  height: 50px;
}

.irs--round.irs-with-grid {
  height: 65px;
}

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

.irs--round .irs-grid {
  height: 25px;
}

.irs--round .irs-grid-pol {
  background-color: #dedede;
}

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--square {
  height: 50px;
}

.irs--square.irs-with-grid {
  height: 60px;
}

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}

.irs--square .irs-grid {
  height: 25px;
}

.irs--square .irs-grid-pol {
  background-color: #dedede;
}

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

.sum__slider {
  height: 6rem;
  padding-top: 1.2rem;
}
.sum__slider .irs-single {
  display: none;
}
.sum__slider .irs--round .irs-bar {
  background: #000;
  height: 2px;
  top: 50%;
  margin-top: -1px;
}
.sum__slider .irs .irs {
  position: static;
}
.sum__slider .irs--round .irs-line {
  height: 2px;
  background: #DBDBDB;
  top: 50%;
  margin-top: -1px;
  position: absolute;
  left: 0;
  width: 100%;
}
.sum__slider .irs--round {
  height: 3.6rem;
}
.sum__slider .irs--round .irs-handle {
  width: 3.6rem;
  height: 3.6rem;
  border: 0;
  box-shadow: none;
  background: #000 url(../images/arrow.svg) 1.1rem center no-repeat !important;
  background-size: 1.6rem 1.6rem !important;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.form__title {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 3.5rem;
  padding-bottom: 3rem;
}

.form__title_in {
  padding-bottom: 2rem;
}

.form__after-title {
  text-align: center;
  font-size: 2rem;
  padding: 0.7rem 0 3rem 0;
}

.form__list {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.form__list > div {
  position: relative;
}

.sum {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 1.4rem;
}

.sum__col {
  width: calc(50% - 2rem);
}

.input-label {
  color: #454545;
  padding-bottom: 1.5rem;
}

.input-summ {
  position: relative;
  margin-bottom: 1.4rem;
}
.input-summ input[type=tel].widget-help__input {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: left;
  padding-left: 2rem;
  padding-right: 5rem;
  margin-bottom: 0;
}

.input-summ__label {
  position: absolute;
  right: 1.3rem;
  top: 50%;
  transform: translateY(-50%);
  color: #5B5B5B;
  font-size: 1.2rem;
  text-transform: uppercase;
}

textarea.widget-help__input,
input[type=tel].widget-help__input,
input[type=email].widget-help__input,
input[type=text].widget-help__input {
  -webkit-appearance: none;
  box-sizing: border-box;
  background: #FBFBFB;
  border: 1px solid #EDEDED;
  border-radius: 0.5rem;
  height: 6rem;
  width: 100%;
  text-align: center;
  outline: none;
  color: #380901;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 1.4rem;
  font-family: "Rubik", sans-serif;
}
textarea.widget-help__input.widget-help__input_summ,
input[type=tel].widget-help__input.widget-help__input_summ,
input[type=email].widget-help__input.widget-help__input_summ,
input[type=text].widget-help__input.widget-help__input_summ {
  height: 6.1rem;
  font-size: 2.2rem;
  margin-bottom: 0;
}
textarea.widget-help__input::-webkit-input-placeholder,
input[type=tel].widget-help__input::-webkit-input-placeholder,
input[type=email].widget-help__input::-webkit-input-placeholder,
input[type=text].widget-help__input::-webkit-input-placeholder {
  color: #8D8D8D;
  font-weight: 300;
}
textarea.widget-help__input:-moz-placeholder,
input[type=tel].widget-help__input:-moz-placeholder,
input[type=email].widget-help__input:-moz-placeholder,
input[type=text].widget-help__input:-moz-placeholder {
  color: #8D8D8D;
  font-weight: 300;
}
textarea.widget-help__input::-moz-placeholder,
input[type=tel].widget-help__input::-moz-placeholder,
input[type=email].widget-help__input::-moz-placeholder,
input[type=text].widget-help__input::-moz-placeholder {
  color: #8D8D8D;
  font-weight: 300;
}
textarea.widget-help__input:-ms-input-placeholder,
input[type=tel].widget-help__input:-ms-input-placeholder,
input[type=email].widget-help__input:-ms-input-placeholder,
input[type=text].widget-help__input:-ms-input-placeholder {
  color: #8D8D8D;
  font-weight: 300;
}
textarea.widget-help__input:focus::-webkit-input-placeholder,
input[type=tel].widget-help__input:focus::-webkit-input-placeholder,
input[type=email].widget-help__input:focus::-webkit-input-placeholder,
input[type=text].widget-help__input:focus::-webkit-input-placeholder {
  opacity: 0;
}
textarea.widget-help__input.widget__valid-error,
input[type=tel].widget-help__input.widget__valid-error,
input[type=email].widget-help__input.widget__valid-error,
input[type=text].widget-help__input.widget__valid-error {
  border-color: rgba(255, 0, 0, 0.3) !important;
  background: rgba(255, 0, 0, 0.05) !important;
}

.period {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
}

.period__col {
  padding-right: 1rem;
}
.period__col:last-child {
  padding-right: 0;
}

.radio {
  display: flex;
  align-items: flex-start;
  color: #8B8B8B;
  font-family: "Rubik", sans-serif;
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.radio .radio__input {
  display: none;
}
.radio .radio__input:checked + .radio__circle {
  border-color: #EA3C3C;
}
.radio .radio__input:checked + .radio__circle:after {
  opacity: 1;
}
.radio .radio__input:checked + .radio__circle + .radio__label {
  color: #000;
}
.radio .radio__circle {
  border: 1px solid #DCDCDC;
  min-width: 3rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin-right: 1rem;
  transition: 0.3s;
  position: relative;
}
.radio .radio__circle:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #EA3C3C;
  opacity: 0;
  transition: 0.3s;
  border-radius: 50%;
}
.radio .radio__label {
  align-self: center;
  transition: 0.3s;
}

.widget-help__edit-summa {
  position: relative;
  margin-bottom: 1.6rem;
}

.widget-help__summa-dec,
.widget-help__summa-inc {
  width: 4.3rem;
  height: 4.3rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 300;
  cursor: pointer;
  transition: 0.3s;
}
.widget-help__summa-dec:hover,
.widget-help__summa-inc:hover {
  opacity: 0.7;
}
.widget-help__summa-dec span,
.widget-help__summa-inc span {
  display: block;
  position: absolute;
  z-index: 1;
  height: 0.2rem;
  width: 1.7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #817057;
}
.widget-help__summa-dec span:nth-child(2),
.widget-help__summa-inc span:nth-child(2) {
  height: 1.7rem;
  width: 0.2rem;
}

.widget-help__summa-dec {
  left: 0.7rem;
}

.widget-help__summa-inc {
  right: 0.7rem;
}

.widget__valid-error-text {
  font-size: 1.1rem;
  background: red;
  color: #fff;
  padding: 0 3px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}

.widget-help__privacy {
  color: #9B7871;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: center;
}
.widget-help__privacy a {
  color: #F8AC67;
  text-decoration: none;
}
.widget-help__privacy a:hover {
  text-decoration: underline;
}

.button,
.widget-help__submit {
  width: 100%;
  height: 8.5rem;
  background: #EA3C3C;
  border-radius: 0.5rem;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 0;
  font-family: "Montserrat";
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (hover: hover) {
  .button:hover,
.widget-help__submit:hover {
    background: #db1818;
  }
  .button:active,
.widget-help__submit:active {
    background: #ef6a6a;
  }
}

.widget-help__submit_ok {
  max-width: 20rem;
  margin: 0 auto;
}

.widget-help__check {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.6rem;
  padding: 1.3rem 0 2.8rem;
  padding-left: 2rem;
}
.widget-help__check input[type=checkbox] {
  display: none;
}
.widget-help__check input[type=checkbox] + span {
  border: 1px solid #F8AC67;
  box-sizing: border-box;
  border-radius: 50px;
  width: 4.1rem;
  height: 2.4rem;
  min-width: 4.1rem;
  margin-right: 1.6rem;
  position: relative;
  transition: 0.3s;
  background: 0;
}
.widget-help__check input[type=checkbox] + span span {
  content: "";
  position: absolute;
  z-index: 1;
  background: #F8AC67;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  left: 0.3rem;
  top: 0.3rem;
  transition: 0.3s;
}
.widget-help__check input[type=checkbox]:checked + span {
  animation: none;
  background: 0;
}
.widget-help__check input[type=checkbox]:checked + span span {
  transform: translateX(1.6rem);
  animation: none;
}

.form__list_animate .widget-help__check.animate-it input[type=checkbox] + span {
  animation-name: tada;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.form__list_animate .widget-help__check.animate-it input[type=checkbox]:checked + span {
  animation: none;
}

.widget-help__check_in.act {
  display: none !important;
}

.widget-help__check_anonymously {
  padding-bottom: 1.3rem;
  padding-top: 0;
}

.widget__hidden-f + .widget-help__check_anonymously {
  transform: none;
}

@keyframes tada {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1) rotate(0);
  }
  55%, 60% {
    transform: scale(0.9) rotate(-5deg);
  }
  65%, 75%, 85%, 95% {
    transform: scale(1.05) rotate(5deg);
  }
  70%, 80%, 90% {
    transform: scale(1.05) rotate(-5deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }

  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

html {
  -webkit-text-size-adjust: none;
          text-size-adjust: none;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 10px;
  background: rgba(248,248,248,1);
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-size: 1.6rem;
}
.wrapper header,
.wrapper main,
.wrapper footer {
  display: block;
  width: 100%;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #000;
  outline: 0;
}

footer {
  margin-top: auto;
}

.a, .collection-over__title:before, .collection-over:after, .fond__title:after, .video:after, .man:before, .offer-gallery:after {
  content: "";
  display: block;
  position: absolute;
}

.content {
  max-width: 117rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem;
}

.offer-gallery {
  display: flex;
  position: relative;
}
.offer-gallery:after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  height: 36%;
}

.offer-gallery__thumb {
  width: 33.333333%;
  position: relative;
  overflow: hidden;
  padding-bottom: 28.3%;
}
.offer-gallery__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.main {
  background: #F8F8F8;
  flex-grow: 1;
}

.form-screen {
  transform: translateY(-8rem);
  background: #fff;
  box-shadow: 4rem 6rem 12rem rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  padding: 5rem 5rem 5.7rem;
  z-index: 100;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.form-screen__column_1 {
  width: 41rem;
}

.form-screen__column_2 {
  width: calc(100% - 45rem);
  max-width: 55rem;
  position: relative;
}

.man {
  padding-top: 3rem;
  text-align: center;
}
.man:before {
  position: static;
  background: url(../images/heart.svg) center no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  margin: 0 auto 5.5rem;
}

.man__year {
  color: #EA3C3C;
  font-weight: bold;
}

.man__name {
  font-weight: 800;
  font-size: 3rem;
  padding: 1.5rem 0;
}

.man__desc {
  line-height: 1.5;
  font-size: 2rem;
  margin-bottom: 5rem;
}

.man__progress {
  position: relative;
}

.price {
  font-weight: 1.3;
  text-align: center;
  white-space: nowrap;
}

.price__label {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.8;
}

.price__value {
  font-size: 2rem;
  font-weight: bold;
}

.man__price {
  min-width: 15rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.price__left {
  left: 0;
}

.price__right {
  right: 0;
}

.progress {
  border: 1rem solid #FFFFFF;
  width: 22.5rem;
  height: 22.5rem;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  display: flex;
  position: relative;
}

.progress__body {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.08);
}

.progress__avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: 0.6s;
}
.progress__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.progress__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(-0.5, 0.5);
  width: 46rem;
  height: 46rem;
  pointer-events: none;
  overflow: hidden;
}
.progress__circle canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.share-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F5F5F5;
  height: 4.6rem;
  border-radius: 5rem;
  font-size: 1.4rem;
  padding: 0 3rem;
  cursor: pointer;
  transition: 0.3s;
}
.share-button svg {
  width: 1.7rem;
  height: 1.7rem;
  margin-right: 1rem;
}

.share {
  position: absolute;
  right: -2.5rem;
  bottom: -4rem;
  padding-bottom: 0.5rem;
}
.share:hover .share-button {
  opacity: 0;
}
.share:hover .share__content {
  right: 0;
  visibility: visible;
  opacity: 1;
}

.share__content {
  position: absolute;
  top: 0;
  right: 30%;
  background: #F5F5F5;
  border-radius: 0.5rem;
  padding: 0 1rem;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  border-radius: 4.6rem;
}

.a2a_kit {
  display: flex;
  align-items: center;
  height: 4.6rem;
}
.a2a_kit .a2a_svg {
  width: 3.2rem;
  height: 3.2rem;
}

.two-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 3rem;
  position: relative;
  z-index: 200;
}

.two-row__column_aside {
  width: 34rem;
  padding-bottom: 2rem;
}
.two-row__column_aside.is_stuck {
  transform: translateX(57rem);
  right: 50%;
}

.two-row__column_content {
  width: calc(100% - 37rem);
  max-width: 68rem;
}

.title {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}

.after-title {
  font-size: 2.2rem;
  font-weight: normal;
  margin-bottom: 3rem;
}

.video {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 57%;
}
.video:after {
  position: absolute;
  z-index: 1;
  background: url(../images/play.svg) center no-repeat;
  background-size: contain;
  width: 7rem;
  height: 7rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.video img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
}
@media (hover: hover) {
  .video:hover:after {
    transform: translate(-50%, -50%) scale(1.1, 1.1);
  }
}

.gallery__item {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 60%;
}
.gallery__item img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
}

.gallery {
  margin-bottom: 10px;
  padding-bottom: 35px;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

.swiper-pagination-bullet {
  background: rgba(234, 60, 60, 0.2);
  opacity: 0.7;
  width: 1.1rem;
  height: 1.1rem;
}

.swiper-pagination-bullet-active {
  background: #EA3C3C;
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  width: 3.5rem;
  height: 3.5rem;
  background: #fff url(../images/arrow2.svg) center no-repeat;
  background-size: contain;
  border-radius: 50%;
  transition: 0.3s;
}
@media (hover: hover) {
  .swiper-button-prev:not(.swiper-button-disabled):hover,
.swiper-button-next:not(.swiper-button-disabled):hover {
    background-color: #EA3C3C;
  }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  pointer-events: auto;
  cursor: not-allowed;
}

.swiper-button-next {
  right: 3rem;
}

.swiper-button-prev {
  left: 3rem;
  transform: scale(-1, 1);
}

.fond {
  background: #FFFFFF;
  border-radius: 2rem;
  padding: 6rem 3rem 4rem;
  text-align: center;
  margin-bottom: 4rem;
}

.fond__logo {
  display: block;
  margin-bottom: 3rem;
}
.fond__logo img {
  display: block;
  margin: 0 auto;
  max-width: 15rem;
}

.fond__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  max-width: 30rem;
  margin: 0 auto;
}
.fond__title span {
  display: block;
  font-weight: 300;
  font-size: 1.4rem;
  padding-bottom: 0.7rem;
}
.fond__title:after {
  position: static;
  z-index: 1;
  margin: 4rem auto 2.4rem;
  width: 6rem;
  height: 1px;
  background: #000;
}

.fond__desc {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.6;
  max-width: 30rem;
  margin: 0 auto 3rem;
}

.fond__link a {
  font-weight: bold;
}
.fond__link a:hover {
  text-decoration: underline;
}

.how-help {
  background: #FFFFFF;
  border-radius: 2rem;
  padding: 4.5rem 3rem 10rem;
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
}

.how-help__prices {
  padding-bottom: 1.5rem;
}

.how-help__price {
  margin-bottom: 2rem;
}

.progress_small {
  width: 17.5rem;
  height: 17.5rem;
}
.progress_small .progress__circle {
  width: 36rem;
  height: 36rem;
}

.progress__left {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.3;
}
.progress__left span {
  display: block;
  color: #EA3C3C;
  font-weight: 800;
  font-size: 3rem;
  padding-top: 0.5rem;
}

.how-help__button {
  width: 24rem;
  height: 6rem;
  font-size: 1.6rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}

.doctor {
  border-radius: 1rem;
  background: #fff url(../images/quote.svg) calc(100% - 6rem) 7rem no-repeat;
  background-size: 7rem 6rem;
  margin-top: 5rem;
  margin-bottom: 6rem;
  padding: 6rem;
  padding-bottom: 4rem;
}

.doctor__title {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 6rem;
}

.doctor__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}

.doctor__avatar {
  min-width: 18rem;
  width: 18rem;
  height: 20rem;
  background: #F4F4F4;
  border-radius: 1rem;
  position: relative;
}
.doctor__avatar img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: calc(100% - 4rem);
  max-width: calc(100% - 4rem);
}

.doctor__desc {
  flex-grow: 1;
  padding-left: 4.5rem;
}

.doctor__name {
  color: #EA3C3C;
  color: #EA3C3C;
  font-weight: bold;
  font-size: 3rem;
  padding-bottom: 0.5rem;
}

.doctor__clinic {
  color: #6D6D6D;
  line-height: 1.4;
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
}

.doctor__position {
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.4;
}

.section-bottom {
  padding: 8rem 0 10rem;
}
.section-bottom .title {
  margin-bottom: 5rem;
}

.help-slider .swiper-slide {
  width: 36.5rem;
  padding-top: 2rem;
  display: flex;
  height: auto;
  transition: 0.3s;
  opacity: 0.1;
}
.help-slider .swiper-slide-active,
.help-slider .swiper-slide-prev,
.help-slider .swiper-slide-next {
  opacity: 1;
}
.help-slider .progress__avatar {
  width: 100%;
  height: 100%;
}

.help-slider__item {
  text-align: center;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}
.help-slider__item.completed .price__value {
  font-size: 1.8rem;
}
.help-slider__item.completed .price__label {
  font-weight: 500;
}
.help-slider__item.completed .help-slider__title,
.help-slider__item.completed .help-slider__desc {
  opacity: 0.2;
}
@media (hover: hover) {
  .help-slider__item:hover .progress__avatar {
    transform: scale(1.1, 1.1);
  }
}

.help-slider__progress {
  margin-bottom: 2rem;
}

.help-slider__title {
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.help-slider__desc {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.3;
  max-width: 27rem;
  padding-bottom: 1rem;
  margin-bottom: auto;
}

.help-slider__price {
  background: #FFF9F9;
  border-radius: 1rem;
  padding: 1rem 2rem;
  min-width: 19rem;
}
.help-slider__price .price__value {
  color: #EA3C3C;
}

.swiper-button-next_help,
.swiper-button-prev_help {
  background: 0;
  width: 3rem;
  height: 1.6rem;
  margin-top: -0.8rem;
  top: 13.5rem;
}
.swiper-button-next_help svg,
.swiper-button-prev_help svg {
  width: 3rem;
  height: 1.6rem;
}
@media (hover: hover) {
  .swiper-button-next_help:hover,
.swiper-button-prev_help:hover {
    color: #EA3C3C !important;
    background: 0 !important;
  }
}

.swiper-button-next_help {
  right: 50%;
  margin-right: -56.5rem;
}

.swiper-button-prev_help {
  left: 50%;
  margin-left: -56.5rem;
}

.help-slider__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
}

.title-row {
  padding: 5rem 0 11rem;
  text-align: center;
}

.collection-over {
  padding: 7rem 0 5rem;
  position: relative;
  z-index: 100;
}
.collection-over:after {
  position: absolute;
  z-index: -1;
  background: url(../images/check.svg) center no-repeat;
  background-size: contain;
  width: 22.6rem;
  height: 22.6rem;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -60%) scale(2, 2);
  opacity: 0;
  transition: 0.4s;
}
.collection-over.show-check:after {
  transform: translate(-40%, -60%) scale(1, 1);
  opacity: 1;
}

.collection-over__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.collection-over__text {
  width: calc(50% - 3rem);
  text-align: center;
}

.collection-over__title {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.collection-over__title:before {
  position: static;
  background: url(../images/heart.svg) center no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  margin: 0 auto 5.5rem;
}
.collection-over__title span {
  color: #EA3C3C;
}

.collection-over__desc {
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 1.4;
  max-width: 47rem;
  margin: 0 auto;
}

.collection-over__man {
  width: calc(50% - 3rem);
  text-align: center;
}

.man-single__name {
  font-weight: 800;
  font-size: 3rem;
  padding: 1rem 0;
}

.form-screen_nottitle .form-screen__column_1 {
  padding-top: 3.5rem;
}
.form-screen_nottitle .man:before {
  margin-bottom: 2rem;
}

.entry-content {
  line-height: 1.4;
  font-size: 1.7rem;
  font-weight: 300;
}
.entry-content a {
  color: #EA3C3C;
}
.entry-content a:hover {
  text-decoration: underline;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  line-height: 1.2;
  font-weight: 700;
}
.entry-content h1 {
  font-size: 2.25em;
  padding-bottom: 0.694em;
}
.entry-content h2 {
  font-size: 1.5em;
  padding-bottom: 1.042em;
}
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: 1.25em;
  padding-bottom: 1.25em;
}
.entry-content p {
  padding-bottom: 1.25em;
}
.entry-content ul {
  padding-bottom: 1.25em;
}
.entry-content ul li {
  position: relative;
  padding-bottom: 0.313em;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
}
.entry-content ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  min-width: 5px;
  margin-right: 14px;
  margin-left: 4px;
  margin-top: 0.625em;
  background: #EA3C3C;
  border-radius: 50%;
}
.entry-content ol {
  padding-bottom: 1.25em;
  counter-reset: ol;
}
.entry-content ol li {
  padding-bottom: 0.313em;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
}
.entry-content ol li:before {
  counter-increment: ol;
  content: counter(ol) ".";
  color: #EA3C3C;
  font-weight: bold;
  display: block;
  width: 23px;
  min-width: 23px;
}
.entry-content blockquote {
  padding-left: 18px;
  border-left: 5px solid #EA3C3C;
  margin-bottom: 1.563em;
  font-style: italic;
}
.entry-content blockquote * {
  padding: 0;
  margin: 0;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content table {
  width: 100% !important;
  border-collapse: collapse;
  margin-bottom: 1.875em;
}
.entry-content table tr td {
  width: auto !important;
  height: auto !important;
  padding: 4px 15px;
}
.entry-content table tbody tr:nth-child(odd) {
  background: #eff0f5;
}
.entry-content table thead tr {
  font-weight: 700;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 30px 30px;
}

.alignleft {
  float: left;
  margin: 5px 30px 30px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

@media screen and (max-width: 767px) {
  .entry-content {
    font-size: 14px;
  }
  .entry-content table {
    font-size: 14px;
  }
  .entry-content table tr td {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media screen and (max-width: 580px) {
  .entry-content img {
    display: block;
    float: none;
    margin: 0 auto 30px auto;
  }
  .entry-content table {
    font-size: 12px;
  }
  .entry-content table tr td {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media screen and (max-width: 1800px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 1700px) {
  html {
    font-size: 8.5px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 7.5px;
  }
}
@media screen and (max-width: 877px) {
  .swiper-button-next_help {
    margin: 0;
    right: 15px;
  }

  .swiper-button-prev_help {
    margin: 0;
    left: 15px;
  }

  .two-row__column_aside.is_stuck {
    transform: none;
    right: 1.5rem;
  }

  .two-row {
    margin: 0 -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .form-screen {
    flex-wrap: wrap;
    justify-content: center;
    transform: translateY(-4rem);
    padding-top: 3rem;
    margin-bottom: 4rem;
  }

  .content {
    max-width: 600px;
  }

  .form-screen__column_1 {
    width: 100%;
    order: 2;
  }

  .form-screen__column_2 {
    width: 100%;
    margin-bottom: 7rem;
    padding-bottom: 3rem;
  }

  .man:before {
    margin-bottom: 3rem;
  }

  .two-row__column_aside.is_stuck {
    position: static !important;
  }

  .two-row__column_content {
    width: 100%;
    max-width: 100%;
  }

  .two-row__column_aside {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .fond,
.how-help {
    width: calc(50% - 1.5rem);
  }

  .help-slider .swiper-slide {
    width: 30rem;
  }

  .form-screen_nottitle .form-screen__column_1 {
    padding-top: 0;
    margin-top: -3rem;
  }

  .title-row {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .swiper-button-next_help {
    margin-right: -123px;
    right: 50%;
  }

  .swiper-button-prev_help {
    margin-left: -123px;
    left: 50%;
  }

  .help-slider .swiper-slide-prev,
.help-slider .swiper-slide-next {
    opacity: 0.1;
  }

  .section-bottom {
    text-align: center;
  }

  .offer-gallery__thumb {
    width: 50%;
    padding-bottom: 50%;
  }
  .offer-gallery__thumb:nth-child(3n) {
    display: none;
  }

  .man__progress {
    margin: 0 -4rem;
  }

  .fond__title {
    font-size: 1.8rem;
  }

  .collection-over__text {
    width: 100%;
    padding-bottom: 4rem;
  }

  .collection-over__man {
    width: 100%;
  }

  .collection-over.show-check:after {
    background: 0;
    display: none;
  }

  .collection-over__title:before {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 424px) {
  .form-screen {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .man__progress {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 3rem;
  }

  .share {
    right: 0;
  }

  .man__price {
    position: static;
    transform: none;
    width: 50%;
    padding-top: 2rem;
  }

  .form-screen__column_2 {
    margin-bottom: 10rem;
  }

  .doctor {
    padding: 5rem 3rem 3rem;
    background-position: calc(100% - 15px) 15px;
  }

  .doctor__avatar {
    min-width: 12rem;
  }

  .doctor__desc {
    padding-left: 3rem;
  }

  .fond,
.how-help {
    width: 100%;
  }

  .man__circle {
    width: 100%;
  }

  .form-screen_nottitle .form-screen__column_1 {
    padding-top: 0;
    margin-top: -7rem;
  }
}
@media screen and (max-width: 360px) {
  html {
    font-size: 7px;
  }
}

/* new styles */


.check2 {
  display: flex;
  align-items: flex-start;
  color: #8B8B8B;
  font-family: "Rubik", sans-serif;
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.check2 .check2__label {
  align-self: center;
  transition: 0.3s;
}

.check2 .check2__circle {
  border: 1px solid #DCDCDC;
  min-width: 3rem;
  width: 3rem;
  height: 3rem;
  border-radius: 20%;
  margin-right: 1rem;
  transition: 0.3s;
  position: relative;
}

.checkmark2_input {
    display: none;
}
.checkmark2 {
    display:inline-block;
    opacity: 0;
    width: 3rem;
    height: 3rem;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
.checkmark2:before {
    content: '';
    position: absolute;
    width:10%;
    height:50%;
    min-width: 3px;
    min-height: 3px;
    background-color:#ccc;
    left:50%;
    top:20%;
}
.checkmark2:after {
    content: '';
    position: absolute;
    width:30%;
    height:10%;
    min-width: 3px;
    min-height: 3px;
    background-color:#ccc;
    left:30%;
    top:60%;
}
.check2 .checkmark2_input:checked + .check2__circle .checkmark2 {
  opacity: 1;
}
.check2 .checkmark2_input:checked + .check2__circle + .check2__label {
  color: #000;
}


.error-summary {
    text-align: center;
    padding: 2em;
    color: red;
}

select.widget-help__input {
  box-sizing: border-box;
  background: #FBFBFB;
  border: 1px solid #EDEDED;
  border-radius: 0.5rem;
  height: 6rem;
  width: 100%;
  text-align: center;
  outline: none;
  color: #380901;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 1.4rem;
  font-family: "Rubik", sans-serif;
}

/* compact form */

body .man {
	margin-top: 0;
	padding-top: 0;
}

body .man:before {
	margin: 0 auto 1.5rem;
}

.entry-content {
    margin-bottom: 4rem;
}

body .two-row {
	padding-bottom: 0;
}

.share-center-cont {
	display: flex;
	justify-content: center;
}

.how-help.how-help_share {
	padding-bottom: 4.5rem;
}

.share.share-center {
	position: relative;
	display: flex;
	justify-content: center;
	right: auto;
	bottom: auto;
}

.share-center .share-button {
	width: 200px;
}

.share.share-center .share__content {
	top: 33%;
    right: auto;
}

.share:hover.share-center .share__content {
	top: 0;
    right: auto;
}

.h2 {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
}

@media screen and (min-width: 876px) {
  .offer-gallery__thumb {
    padding-bottom: 0 !important;
    height: 100vh;
    max-height: 350px;
  }
}

.progress__avatar img {
  border-radius: 100%;
}

.wrapper.trg {
	min-height: initial;
}

.form-screen .progress {
    width: 37rem;
    height: 37rem;
}

.form-screen .progress__circle {
    width: 75rem;
    height: 75rem;
}

.form-screen .man__price {
    top: 100%;
}
